home *** CD-ROM | disk | FTP | other *** search
/ Internet Surfer 2.0 / Internet Surfer 2.0 (Wayzata Technology) (1996).iso / pc / text / mac / faqs.265 < prev    next >
Lisp/Scheme  |  1996-02-12  |  29KB  |  653 lines

  1. Frequently Asked Questions (FAQS);faqs.265
  2.  
  3.  
  4.  
  5.     (put 'rmail 'disabled t)        ; avoid mbox destruction
  6.  
  7. 159: How do I make Emacs automatically start my mail/news reader?
  8.  
  9.   Example:
  10.  
  11.     emacs -f gnus
  12.  
  13.   Also:
  14.  
  15.     alias gnus 'emacs -f gnus'
  16.  
  17.   It is probably unwise to automatically start your mail or news reader from
  18.   your .emacs file.  This would cause problems if you needed to run two
  19.   copies of Emacs at one time.  Also, this would make it difficult for you
  20.   to start Emacs quickly when you needed to.
  21.  
  22. 160: How do I read news under Emacs?
  23.  
  24.   There are at least three news reading packages that operate inside Emacs.
  25.   `rnews' comes with Emacs.  GNUS and Gnews come separately.  rnews will
  26.   be replaced by GNUS in Emacs 19.
  27.  
  28.   rnews works only with a local news spool directory.  Both GNUS and Gnews
  29.   handle reading news remotely via NNTP in addition to reading from a local
  30.   news spool.  GNUS supports reading mail stored in MH folders or articles
  31.   saved by GNUS.
  32.  
  33.   Gnews is styled after `rn' and seems to work like RMAIL.  GNUS feels more
  34.   like VM.  People have complained that GNUS uses a lot of CPU time (it
  35.   does).  Some people have complained that Gnews is slower than GNUS.
  36.  
  37.   For more information about GNUS, see question 108.
  38.  
  39.   Gnews was written by Matthew P. Wiener <weemba@libra.wistar.upenn.edu>.
  40.   The latest version seems to be 2.0, posted October 3, 1988.  Matthew
  41.   posted some fixes on October 26, 1988.  Gnews does not appear to have been
  42.   supported after this date.  In particular, it has been reported that Gnews
  43.   does not work with Emacs 18.57.  There is a newsgroup for Gnews called
  44.   gnu.emacs.gnews.
  45.  
  46. 161: Why does `rnews' say "No News is good news" when there is news?
  47.  
  48.   rnews doesn't speak NNTP.  You may need to use GNUS or Gnews.
  49.  
  50. 162: Why doesn't GNUS work anymore via NNTP?
  51.  
  52.   There is a bug in NNTP version 1.5.10, such that when multiple requests
  53.   are sent to the NNTP server, the server only handles the first one before
  54.   blocking waiting for more input which never comes.  NNTP version 1.5.11
  55.   claims to fix this.
  56.  
  57.   You can work around the bug inside Emacs like this:
  58.  
  59.     (setq nntp-maximum-request 1)
  60.  
  61.   I also have a patch for NNTP 1.5.10 by Mike Pelletier
  62.   <stealth@engin.umich.edu> that is based on the timeout code that was in
  63.   1.5.9.  However, please try to upgrade to 1.5.11 first.
  64.  
  65.   You can find out what version of NNTP your news server is running by
  66.   telnetting to the NNTP port (usually 119) on the news server machine (ie.,
  67.   `telnet server-machine 119').  The server should give its version number
  68.   in the welcome message.  Type `quit' to get out.
  69.  
  70. 163: How do I view text with embedded underlining (eg., ClariNews)?
  71.  
  72.   Underlining appears like this:
  73.  
  74.     _^Hu_^Hn_^Hd_^He_^Hr_^Hl_^Hi_^Hn_^Hi_^Hn_^Hg
  75.  
  76.   You can destructively remove underlining with M-x ununderline-region.
  77.  
  78.   For ClariNews articles, clari-clean.el by David N. Blank-Edelman
  79.   <dnb@meshugge.media.mit.edu> will remove both underlining and overstriking
  80.   automatically.
  81.  
  82. 164: When I try to post a long article in GNUS (about 10K or longer), I get
  83.  the error, "Writing to process: no more processes, nntpd"
  84.  
  85.   Upgrade to Emacs 18.58.
  86.  
  87. 165: How do I save all the items of a multi-part posting in GNUS?
  88.  
  89.   Use gnus-mark.el by Jamie Zawinski <jwz@lucid.com>.
  90.  
  91. 166: Why does GNUS put the subjects in replies beyond the 80th column?
  92.  
  93.   This is a feature.  If you set gnus-thread-hide-subject to non-nil, GNUS
  94.   will only display the subject of the first posting in a thread, even if
  95.   some of the replies use different subjects.  It hides the subjects by
  96.   putting them past the edge of the window and setting truncate lines to t.
  97.  
  98.   If your screen looks messed up, then for some reason truncate-lines in
  99.   your `*Subject*' buffer has been set to nil.  It should be set to t.
  100.  
  101.   (I have an enhancement to GNUS 3.13 that will make it only hide the subject
  102.   of a posting when it is unchanged from the followed-up-to posting.  Thus,
  103.   you can use the subject hiding feature and still know when someone changes
  104.   the subject.  (I have forgotten who originally gave me the idea for this.))
  105.  
  106. 167: Why is GNUS so slow to start up?
  107.  
  108.   GNUS does several things that take quadratic time of the number of
  109.   newsgroups that are listed in .newsrc.  The quick fix for this is to
  110.   remove all the newsgroups in which you have no interest from your .newrc
  111.   file by using GNUS's C-k command in the `*Newsgroup*' buffer after
  112.   displaying all newsgroups with the L command.  If you were to directly
  113.   edit your .newsrc to remove the newsgroups, GNUS would add them back.
  114.  
  115.   GNUS uses a quadratic algorithm to check for duplicates when the .newsrc
  116.   file is newer than the .newsrc.el file (ie., you edited your .newsrc).
  117.   GNUS uses a quadratic algorithm to check for new newsgroups every time it
  118.   connects to the news server.  {There may be other quadratic algorithms
  119.   that I am not aware of.}
  120.  
  121.   You can speed up GNUS by using the C-k command in the *Newsgroup* buffer
  122.   to remove newsgroups from your .newsrc file.
  123.  
  124.   Of course, GNUS will run faster if you make sure it is byte-compiled.
  125.  
  126.   Felix Lee wrote some enhancements called `gnus-speedups.el' that fix some  +
  127.   of the problems.  See the Emacs Lisp Archive.                              +
  128.  
  129. 168: How do I catch up all newsgroups in GNUS?
  130.  
  131.   In the `*Newsgroup*' buffer, type the following magical incantation:
  132.  
  133.     M-< C-x ( C-@ c y C-u C-@ C-e C-f C-f M-0 C-x )
  134.  
  135.   Leave off the "M-<" if you only want to catch up from point to the end of
  136.   the `*Newsgroup' buffer.
  137.  
  138. 169: Why can't I kill in GNUS on the Newsgroups/Keywords/Control line?
  139.  
  140.   GNUS 3.14.1 will complain that the `Newsgroups:', `Keywords:', and
  141.   `Control:' headers are `Unknown header field's.
  142.  
  143.   For the `Newsgroups:' header, there is an easy workaround: kill on the
  144.   `Xref' header instead, which will be present on any cross-posted article.
  145.  
  146.   If you really want to kill on one of these headers, you can do it like
  147.   this:
  148.  
  149.     (gnus-kill nil "^Newsgroups: .*\\(bad\\.group\\|worse\\.group\\)")
  150.  
  151.   Various people (eg., Greg Holley <holley@acuson.com>) have posted
  152.   solutions to allow more efficient killing on these headers than the
  153.   preceding solution.  Masanobu Umeda plans to fix this problem.
  154.  
  155. 170: How do I get rid of flashing messages in GNUS for slow connections?
  156.  
  157.   GNUS outputs "NNTP: Reading..." message and then clears them, over and
  158.   over.  In version 3.14.1 there is a variable named nntp-debug-read that
  159.   can help.  Johan Vromans <jv@mh.nl> wrote a fix.  Others have also written
  160.   fixes.
  161.  
  162. 171: Why is catch up slow in Gnews/GNUS?
  163.  
  164.   Because GNUS is marking crosspostings read.  {I think it should do this at
  165.   the time the article is read to spread out the load.  Maybe someone will
  166.   write the code to do this.}
  167.  
  168. 172: Why does GNUS hang for a long time when posting?
  169.  
  170.   David Lawrence <tale@uunet.uu.net> explains:                               !
  171.                                                                              !
  172.     The problem is almost always interaction between NNTP and C News.  NNTP  !
  173.     POST asks C News's inews to not background itself but rather hang around !
  174.     and give its exit status so it knows whether the post was successful.    !
  175.     (That wait will on some systems not return the exit status of the        !
  176.     waited for job is a different sort of problem.)  It ends up taking a     !
  177.     long time because inews is calling relaynews, which often waits for      !
  178.     another relaynews to free the lock on the news system so it can file the !
  179.     article.                                                                 !
  180.                                                                              !
  181.     My preferred solution is to change inews to not call relaynews, but      !
  182.     rather use newsspool.  This loses some error-catching functionality, but !
  183.     is for the most part safe as inews will detect a lot of the errors on    !
  184.     its own.  The C News folks have sped up inews, too, so speed should look !
  185.     better to most folks as that update propagates around.                   !
  186.  
  187. 173: Why don't my news postings in GNUS get past the local machine?
  188.  
  189.   Three possible reasons: local distribution, C News date problem (see
  190.   question 174, and the path problem.  This piece of code may fix the path   !
  191.   problem for you:                                                           !
  192.                                                                              !
  193.     (setq gnus-use-generic-path t)                                           !
  194.  
  195. 174: Why is the GNUS-generated `Date:' header invalid?
  196.  
  197.   GNUS generates `Date:' headers without time zones.  C-News's `inews'
  198.   doesn't replace it with a valid header, but will generate it if not
  199.   already there.  If it is invalid, the article will not be forwarded
  200.   properly.  Quick fix:
  201.  
  202.     (defun gnus-inews-date () nil)
  203.  
  204.   I think this is fixed in GNUS 3.14.1 if you set gnus-news-system {?} to    +
  205.   Cnews.                                                                     +
  206.  
  207. 175: Why doesn't GNUS generate the `Lines:' header?
  208.  
  209.   GNUS was written for B news, which would generate the `Lines:' header.  C
  210.   news doesn't.  There is a comment in C news's `inews' that you can
  211.   uncomment to enable this functionality.  Or you can have GNUS generate the
  212.   header, for example:
  213.  
  214.     ;; idea by jbryans@beach.csulb.edu (Jack Bryans)
  215.     (defun add-lines-header ()
  216.       ;; Count the number of lines in the current posting and insert the
  217.       ;; header line Lines into the message.
  218.       (save-excursion
  219.         (goto-char (point-min))
  220.         (if (search-forward "\n\n") ;; ***** I suspect this is wrong *****
  221.           (let ((lines (count-lines (point) (point-max))))
  222.             (forward-line -1)
  223.             (insert-string "Lines: " lines "\n")))))
  224.  
  225.   Mike Williams <mike-w@cs.aukuni.ac.nz> has written something similar.
  226.  
  227.   Ronald Florence <ron@mlfarm.com> has a patch for GNUS that makes it
  228.   calculate the `Lines:' header for incoming articles when necessary that
  229.   works for sites with local news spools.
  230.  
  231.   David Lawrence <tale@uunet.uu.net> says that GNUS 3.14.1 generates Lines   +
  232.   if gnus-news-system is Cnews.                                              +
  233.  
  234. 176: Why do I get "Cannot open load file" "nntp" when compiling GNUS?
  235.  
  236.   Specifically, the error message is this:
  237.  
  238.     Error occurred processing gnus.el: File error (("Cannot open load file" "nntp"))
  239.  
  240.   This means that nntp.el is not in Emacs's load-path, which is easy to
  241.   happen when compiling using the Makefile.
  242.  
  243.   Easiest solution: set EMACSLOADPATH in Makefile (idea from Glenn Gribble
  244.   <glenn@netcom.com>):
  245.  
  246.     EMACSLOADPATH=/usr/local/emacs/lisp:.
  247.     ELC= env EMACSLOADPATH=$(EMACSLOADPATH) emacs -batch -f batch-byte-compile
  248.  
  249.   Another solution, in hack.el put this:
  250.  
  251.     (defun gross-hack () (setq load-path (cons "/directory" load-path)))
  252.  
  253.   Then in Makefile:
  254.  
  255.     ELC= emacs -batch -l hack.el -f gross-hack -f batch-byte-compile
  256.  
  257. 177: How do I kill all articles in GNUS but those matching a pattern?
  258.  
  259.   Example:
  260.  
  261.     ;; kill everything
  262.     (gnus-kill "subject" "" nil nil)
  263.     ;; then restore stuff by our favorite poster
  264.     (gnus-kill "from" "good-guy"
  265.                (function
  266.                 (lambda ()
  267.                   (if (eq ?X (char-after (save-excursion
  268.                                            (beginning-of-line 1)
  269.                                            (point))))
  270.                       (gnus-Subject-clear-mark-forward 1))))
  271.                t)
  272.  
  273. Xref: bloom-picayune.mit.edu news.announce.newusers:919 news.answers:3563
  274. Path: bloom-picayune.mit.edu!snorkelwacker.mit.edu!spool.mu.edu!darwin.sura.net!gatech!purdue!spaf
  275. From: spaf@cs.purdue.EDU (Gene Spafford)
  276. Newsgroups: news.announce.newusers,news.answers
  277. Subject: Emily Postnews Answers Your Questions on Netiquette
  278. Message-ID: <spaf-emily_719471681@cs.purdue.edu>
  279. Date: 19 Oct 92 05:14:42 GMT
  280. Expires: 18 Dec 92 17:14:41 GMT
  281. Reply-To: brad@looking.on.ca
  282. Followup-To: news.newusers.questions
  283. Organization: Dept. of Computer Sciences, Purdue Univ.
  284. Lines: 387
  285. Approved: spaf@cs.purdue.EDU
  286. Supersedes: <spaf-emily_716962653@cs.purdue.edu>
  287.  
  288. Original-author: brad@looking.on.ca (Brad Templeton)
  289. Archive-name: emily-postnews/part1
  290. Last-change: 30 Nov 91 by brad@looking.on.ca (Brad Templeton)
  291.  
  292.  
  293. **NOTE: this is intended to be satirical.  If you do not recognize
  294.   it as such, consult a doctor or professional comedian.  The
  295.   recommendations in this article should recognized for what
  296.   they are -- admonitions about what NOT to do.
  297.  
  298.  
  299.             "Dear Emily Postnews"
  300.  
  301.     Emily Postnews, foremost authority on proper net behaviour,
  302.     gives her advice on how to act on the net.
  303.  
  304. ============================================================================
  305.  
  306. Dear Miss Postnews: How long should my signature be? -- verbose@noisy
  307.  
  308. A: Dear Verbose: Please try and make your signature as long as you
  309. can.  It's much more important than your article, of course, so try
  310. to have more lines of signature than actual text.
  311.  
  312. Try to include a large graphic made of ASCII characters, plus lots of
  313. cute quotes and slogans.  People will never tire of reading these
  314. pearls of wisdom again and again, and you will soon become personally
  315. associated with the joy each reader feels at seeing yet another
  316. delightful repeat of your signature.
  317.  
  318. Be sure as well to include a complete map of USENET with each
  319. signature, to show how anybody can get mail to you from any site in
  320. the world.  Be sure to include Internet gateways as well.  Also tell
  321. people on your own site how to mail to you.  Give independent
  322. addresses for Internet, UUCP, and BITNET, even if they're all the
  323. same.
  324.  
  325. Aside from your reply address, include your full name, company and
  326. organization.  It's just common courtesy -- after all, in some
  327. newsreaders people have to type an *entire* keystroke to go back to
  328. the top of your article to see this information in the header.
  329.  
  330. By all means include your phone number and street address in every
  331. single article.  People are always responding to usenet articles with
  332. phone calls and letters.  It would be silly to go to the extra trouble
  333. of including this information only in articles that need a response by
  334. conventional channels!
  335.                 ------
  336. Dear Emily: Today I posted an article and forgot to include my
  337. signature.  What should I do?  -- forgetful@myvax
  338.  
  339. A: Dear Forgetful: Rush to your terminal right away and post an
  340. article that says, "Oops, I forgot to post my signature with that last
  341. article.  Here it is."
  342.  
  343. Since most people will have forgotten your earlier article,
  344. (particularly since it dared to be so boring as to not have a nice,
  345. juicy signature) this will remind them of it.  Besides, people care
  346. much more about the signature anyway.  See the previous letter for
  347. more important details.
  348.  
  349. Also, be sure to include your signature TWICE in each article.  That
  350. way you're sure people will read it.
  351.  
  352.                 ------
  353. Dear Ms. Postnews: I couldn't get mail through to somebody on another
  354. site.  What should I do? -- eager@beaver.dam
  355.  
  356. A: Dear Eager: No problem, just post your message to a group that a
  357. lot of people read.  Say, "This is for John Smith.  I couldn't get
  358. mail through so I'm posting it.  All others please ignore."
  359.  
  360. This way tens of thousands of people will spend a few seconds scanning
  361. over and ignoring your article, using up over 16 man-hours their
  362. collective time, but you will be saved the terrible trouble of
  363. checking through Usenet maps or looking for alternate routes.  Just
  364. think, if you couldn't distribute your message to 30,000 other
  365. computers, you might actually have to (gasp) call directory assistance
  366. for 60 cents, or even phone the person.  This can cost as much as a
  367. few DOLLARS (!) for a 5 minute call!
  368.  
  369. And certainly it's better to spend 10 to 20 dollars of other people's
  370. money distributing the message then for you to have to waste $9 on an
  371. overnight letter, or even 29 cents on a stamp!
  372.  
  373. Don't forget.  The world will end if your message doesn't get through,
  374. so post it as many places as you can.
  375.  
  376.                 ------
  377. Q: What about a test message?
  378.  
  379. A: It is important, when testing, to test the entire net.  Never test
  380. merely a subnet distribution when the whole net can be done.  Also put
  381. "please ignore" on your test messages, since we all know that
  382. everybody always skips a message with a line like that.  Don't use a
  383. subject like "My sex is female but I demand to be addressed as male."
  384. because such articles are read in depth by all USEnauts.
  385.  
  386.                 ------
  387. Q: Somebody just posted that Roman Polanski directed Star Wars.  What
  388. should I do?
  389.  
  390. A: Post the correct answer at once!  We can't have people go on
  391. believing that!  Very good of you to spot this.  You'll probably be
  392. the only one to make the correction, so post as soon as you can.  No
  393. time to lose, so certainly don't wait a day, or check to see if
  394. somebody else has made the correction.
  395.  
  396. And it's not good enough to send the message by mail.  Since you're
  397. the only one who really knows that it was Francis Coppola, you have to
  398. inform the whole net right away!
  399.  
  400.                 ------
  401. Q: I read an article that said, "reply by mail, I'll summarize."  What
  402. should I do?
  403.  
  404. A: Post your response to the whole net.  That request applies only to
  405. dumb people who don't have something interesting to say.  Your
  406. postings are much more worthwhile than other people's, so it would be
  407. a waste to reply by mail.
  408.  
  409.                 ------
  410. Q: I collected replies to an article I wrote, and now it's time to
  411. summarize.  What should I do?
  412.  
  413. A: Simply concatenate all the articles together into a big file and
  414. post that.  On USENET, this is known as a summary.  It lets people
  415. read all the replies without annoying newsreaders getting in the way.
  416. Do the same when summarizing a vote.
  417.  
  418.                 ------
  419. Q: I saw a long article that I wish to rebut carefully, what should I
  420. do?
  421.  
  422. A: Include the entire text with your article, particularly the
  423. signature, and include your comments closely packed between the lines.
  424. Be sure to post, and not mail, even though your article looks like a
  425. reply to the original.  Everybody *loves* to read those long
  426. point-by-point debates, especially when they evolve into name-calling
  427. and lots of "Is too!" -- "Is not!" -- "Is too, twizot!" exchanges.
  428.  
  429. Be sure to follow-up everything, and never let another person get in
  430. the last word on a net debate.  Why, if people let other people have
  431. the last word, then discussions would actually stop!  Remember, other
  432. net readers aren't nearly as clever as you, and if somebody posts
  433. something wrong, the readers can't possibly realize that on their own
  434. without your elucidations.  If somebody gets insulting in their net
  435. postings, the best response is to get right down to their level and
  436. fire a return salvo.  When I read one net person make an insulting
  437. attack on another, I always immediately take it as gospel unless a
  438. rebuttal is posted.  It never makes me think less of the insulter, so
  439. it's your duty to respond.
  440.  
  441.                 ------
  442. Q: How can I choose what groups to post in?
  443.  
  444. A: Pick as many as you can, so that you get the widest audience.
  445. After all, the net exists to give you an audience.  Ignore those who
  446. suggest you should only use groups where you think the article is
  447. highly appropriate.  Pick all groups where anybody might even be
  448. slightly interested.
  449.  
  450. Always make sure followups go to all the groups.  In the rare event
  451. that you post a followup which contains something original, make sure
  452. you expand the list of groups.  Never include a "Followup-to:" line in
  453. the header, since some people might miss part of the valuable
  454. discussion in the fringe groups.
  455.  
  456.                 ------
  457. Q: How about an example?
  458.  
  459. A: Ok.  Let's say you want to report that Gretzky has been traded from
  460. the Oilers to the Kings.  Now right away you might think
  461. rec.sport.hockey would be enough.  WRONG.  Many more people might be
  462. interested.  This is a big trade!  Since it's a NEWS article, it
  463. belongs in the news.* hierarchy as well.  If you are a news admin, or
  464. there is one on your machine, try news.admin.  If not, use news.misc.
  465.  
  466. The Oilers are probably interested in geology, so try sci.geo.fluids.
  467. He is a big star, so post to sci.astro, and sci.space because they are
  468. also interested in stars.  And of course comp.dcom.telecom because he
  469. was born in the birthplace of the telephone.  And because he's
  470. Canadian, post to soc.culture.Ontario.southwestern.  But that group
  471. doesn't exist, so cross-post to news.groups suggesting it should be
  472. created.  With this many groups of interest, your article will be
  473. quite bizarre, so post to talk.bizarre as well.  (And post to
  474. comp.std.mumps, since they hardly get any articles there, and a "comp"
  475. group will propagate your article further.)
  476.  
  477. You may also find it is more fun to post the article once in each
  478. group.  If you list all the newsgroups in the same article, some
  479. newsreaders will only show the the article to the reader once!  Don't
  480. tolerate this.
  481.  
  482.                 ------
  483. Q: How do I create a newsgroup?
  484.  
  485. A: The easiest way goes something like "inews -C newgroup ....", and
  486. while that will stir up lots of conversation about your new newsgroup,
  487. it might not be enough.
  488.  
  489. First post a message in news.groups describing the group.  This is a
  490. "call for discussion."  (If you see a call for discussion, immediately
  491. post a one line message saying that you like or dislike the group.)
  492. When proposing the group, pick a name with a TLA (three-letter
  493. acronym) that will be understood only by "in" readers of the group.
  494.  
  495. After the call for discussion, post the call for flames, followed by a
  496. call for arguments about the name and a call for run-on puns.
  497. Eventually make a call for "votes." USENET is a democracy, so voters
  498. can now all post their votes to ensure they get to all 30,000 machines
  499. instead of just the person counting. Every few days post a long
  500. summary of all the votes so that people can complain about bad mailers
  501. and double votes.  It means you'll be more popular and get lots of
  502. mail.  At the end of 21 days you can post the vote results so that
  503. people can argue about all the technical violations of the guidelines
  504. you made.  Blame them on the moderator-of-the-week for
  505. news.announce.newgroups.  Then your group might be created.
  506.  
  507. To liven up discussion, choose a good cross-match for your hierarchy
  508. and group.  For example, comp.race.formula1 or soc.vlsi.design would
  509. be good group names.  If you want your group created quickly, include
  510. an interesting word like "sex" or "activism."  To avoid limiting
  511. discussion, make the name as broad as possible, and don't forget that
  512. TLA.
  513.  
  514. If possible, count votes from a leaf site with a once-a-week polled
  515. connection to botswanavax.  Schedule the vote during your relay site's
  516. head crash if possible.
  517.  
  518. Under no circumstances use the trial group method, because it
  519. eliminates the discussion, flame, pun, voting and guideline-violation
  520. accusation phases, thus taking all the fun out of it.  To create an
  521. ALT group, simply issue the creation command.  Then issue an rmgroup
  522. and some more newgroup messages to save other netters the trouble of
  523. doing that part.
  524.  
  525.                 ------
  526. Q: I cant spell worth a dam.  I hope your going too tell me what to
  527. do?
  528.  
  529. A: Don't worry about how your articles look.  Remember it's the
  530. message that counts, not the way it's presented.  Ignore the fact that
  531. sloppy spelling in a purely written forum sends out the same silent
  532. messages that soiled clothing would when addressing an audience.
  533.  
  534.                 ------
  535. Q: How should I pick a subject for my articles?
  536.  
  537. A: Keep it short and meaningless.  That way people will be forced to
  538. actually read your article to find out what's in it.  This means a
  539. bigger audience for you, and we all know that's what the net is for.
  540. If you do a followup, be sure and keep the same subject, even if it's
  541. totally meaningless and not part of the same discussion.  If you
  542. don't, you won't catch all the people who are looking for stuff on the
  543. original topic, and that means less audience for you.
  544.  
  545.                 ------
  546. Q: What sort of tone should I take in my article?
  547.  
  548. A: Be as outrageous as possible.  If you don't say outlandish things,
  549. and fill your article with libelous insults of net people, you may not
  550. stick out enough in the flood of articles to get a response.  The more
  551. insane your posting looks, the more likely it is that you'll get lots
  552. of followups.  The net is here, after all, so that you can get lots of
  553. attention.
  554.  
  555. If your article is polite, reasoned and to the point, you may only get
  556. mailed replies.  Yuck!
  557.  
  558.                 ------
  559. Q: The posting software suggested I had too long a signature and too
  560. many lines of included text in my article.  What's the best course?
  561.  
  562. A: Such restrictions were put in the software for no reason at all, so
  563. don't even try to figure out why they might apply to your article.
  564. Turns out most people search the net to find nice articles that
  565. consist of the complete text of an earlier article plus a few lines.
  566.  
  567. In order to help these people, fill your article with dummy original
  568. lines to get past the restrictions.  Everybody will thank you for it.
  569.  
  570. For your signature, I know it's tough, but you will have to read it in
  571. with the editor.  Do this twice to make sure it's firmly in there.  By
  572. the way, to show your support for the free distribution of
  573. information, be sure to include a copyright message forbidding
  574. transmission of your article to sites whose USENET politics you don't
  575. like.
  576.  
  577. Also, if you do have a lot of free time and want to trim down the text
  578. in your article, be sure to delete some of the attribution lines so
  579. that it looks like the original author of -- say -- a plea for world
  580. peace actually wrote the followup calling for the nuking of Bermuda.
  581.  
  582.                 ------
  583. Q: They just announced on the radio that the United States has invaded
  584. Iraq.  Should I post?
  585.  
  586. A: Of course.  The net can reach people in as few as 3 to 5 days.
  587. It's the perfect way to inform people about such news events long
  588. after the broadcast networks have covered them.  As you are probably
  589. the only person to have heard the news on the radio, be sure to post
  590. as soon as you can.
  591.  
  592.                 ------
  593. Q: I have this great joke.  You see, these three strings walk into a
  594. bar...
  595.  
  596. A: Oh dear.  Don't spoil it for me.  Submit it to rec.humor, and post
  597. it to the moderator of rec.humor.funny at the same time.  I'm sure
  598. he's never seen that joke.
  599.  
  600.                 ------
  601. Q: What computer should I buy?  An Atari ST or an Amiga?
  602.  
  603. A: Cross post that question to the Atari and Amiga groups.  It's an
  604. interesting and novel question that I am sure they would love to
  605. investigate in those groups.  There is no need to read the groups in
  606. advance or examine the "frequently asked question" lists to see if the
  607. topic has already been dealt with.  In fact, you don't need to read
  608. the group at all, and you can tell people that in your query.
  609.  
  610.                 ------
  611. Q: What about other important questions?  How should I know when to
  612. post?
  613.  
  614. A: Always post them.  It would be a big waste of your time to find a
  615. knowledgeable user in one of the groups and ask through private mail
  616. if the topic has already come up.  Much easier to bother thousands of
  617. people with the same question.
  618.  
  619.                 ------
  620. Q: Somebody just posted a query to the net, and I want to get the
  621. answer too.  What should I do?
  622.  
  623. A: Immediately post a following, including the complete text of the
  624. query.  At the bottom add, "Me too!"  If somebody else has done this,
  625. follow up their article and add "Me three," or whatever number is
  626. appropriate.  Don't forget your full signature.  After all, if you
  627. just mail the original poster and ask for a copy of the answers, you
  628. will simply clutter the poster's mailbox, and save people who do
  629. answer the question the joyful duty of noting all the "me (n)s" and
  630. sending off all the multiple copies.
  631.  
  632.                 ------
  633. Q: What is the measure of a worthwhile group?
  634.  
  635. A: Why, it's Volume, Volume, Volume.  Any group that has lots of noise
  636. in it must be good.  Remember, the higher the volume of material in a
  637. group, the higher percentage of useful, factual and insightful
  638. articles you will find.  In fact, if a group can't demonstrate a high
  639. enough volume, it should be deleted from the net.
  640.  
  641.                 ------
  642. Q: Emily, I'm having a serious disagreement with somebody on the net.
  643. I tried complaints to his sysadmin, organizing mail campaigns, called
  644. for his removal from the net and phoning his employer to get him
  645. fired.  Everybody laughed at me.  What can I do?
  646.  
  647. A: Go to the daily papers.  Most modern reporters are top-notch
  648. computer experts who will understand the net, and your problems,
  649. perfectly.  They will print careful, reasoned stories without any
  650. errors at all, and surely represent the situation properly to the
  651. public.  The public will also all act wisely, as they are also fully
  652. cognizant of the subtle nature of net society.
  653.